Welcome![Sign In][Sign Up]
Location:
Search - 3 engine

Search list

[GUI DevelopHacker Disassembler Engine

Description: Please excuse my english... It's so bad :) Hacker Disassembler Engine, or HDE, is small disassembler engine, which intend to code analyse. HDE get length of command, prefixes, ModR/M and SIB bytes, opcode, immediate, displacement, relative address, etc. For example, you can use HDE when writing unpackers or decryptors executable files, because more others disassemblers too big, get only disasm listing and aren't intended for code analys, but more simple length disassemblers usually get too little info. HDE get enough info to analyse, but it has very small size. HDE package include DLL, objects, headers files and and source. + support MMX, SSE, SSE2, SSE3, 3DNow! instructions + high-speed & small size (coded in assembler ;) + compatibility with most coding language To disassemble should call hde_disasm function: DWORD hde_disasm( void *pCode // pointer to code HDE_STRUCT *pHDE_STRUCT // pointer to structure HDE_STRUCT ); Function return length of command and fill structure HDE_STRUCT: struct HDE_STRUCT { BYTE len; // length of command BYTE p_rep; // rep/repnz/.. prefix: 0xF2 or 0xF3 BYTE p_lock; // lock prefix 0xF0 BYTE p_seg; // segment prefix: 0x2E, 0x36, 0x3E, 0x26, 0x64, 0x65 BYTE p_66; // prefix 0x66 BYTE p_67; // prefix 0x67 BYTE opcode; // opcode BYTE opcode2; // second opcode, if first opcode equal 0x0F BYTE modrm; // ModR/M byte BYTE modrm_mod; // - mod byte of ModR/M BYTE modrm_reg; // - reg byte of ModR/M BYTE modrm_rm; // - r/m byte of ModR/M BYTE sib; // SIB byte BYTE sib_scale; // - scale (ss) byte of SIB BYTE sib_index; // - index byte of SIB BYTE sib_base; // - base byte of SIB BYTE imm8; // immediate imm8 WORD imm16; // immediate imm16 DWORD imm32; // immediate imm32 BYTE disp8; // displacement disp8 WORD disp16; // displacement disp16, if prefix 0x67 exist DWORD disp32; // displacement disp32 BYTE rel8; // relative address rel8 WORD rel16; // relative address rel16, if prefix 0x66 exist DWORD rel32; // relative address rel32 }; Opcode and len fields always exist, others are optional and depend of command. If field's value equal zero, then it isn't existing. Note: HDE work only with 32-bit commands of x86 processors !
Platform: | Size: 23447 | Author: sys0007 | Hits:

[Games虚幻引擎3.源代码 Unreal.Engine.3.Source.code

Description: 虚幻引擎3   Unreal3 Engine   作为次世代游戏美术的顶尖利器,UE3引擎将游戏图形的表现力提升到了全新层次。   Epic Games研制的虚幻系列引擎(Unreal Engine)是全球著名的游戏开发引擎。该引擎的最新版本虚幻3(Unreal Engine 3,又称为UE3引擎)已经被全球主要的大型游戏开发商,如电子艺界(EA)、索尼电脑娱乐(SCE)、 微软游戏工作室(Microsoft Game Studios)、世嘉(SEGA)、育碧软件(Ubisoft)、史克威尔•艾尼克斯(Square Enix)、Capcom、Activsion、NCsoft、Midway、THQ等等全面使用。根据美国权威游戏媒体《游戏开发者》(GameDeveloper)的统计,全球Top20开发公司中有19家正在使用虚幻引擎。可以说,虚幻3引擎已经成为次世代游戏开发的尖端武器,在全球次世代游戏引擎市场中扮演着绝对领导者的地位,是驱动整个游戏产业向前迈进的“机器背后的机器”。
Platform: | Size: 56936454 | Author: netfbi | Hits:

[Linux-Unix111mde-1.3.0.tar

Description: MDE 图形引擎-MDE graphics engine
Platform: | Size: 686080 | Author: 李沥 | Hits:

[Game Enginewotlas-client-1.3

Description: JAVA游戏引擎-客户端部分-Java games engine-part of the client
Platform: | Size: 4383744 | Author: 赵维鹏 | Hits:

[Graph programWorld_Wind_1.3.2_src

Description: 地球放大镜(NASA World Wind)源码 NASA World Wind俗称地球放大镜,是NASA(美国)国家航空和宇宙航行局联合出品,类似Earthview 3D的鸟瞰工具,更加权威而且目前完全免费。透过这套程序的3D引擎,可以让你从外太空看见地球上的任何一个角落。-Earth magnifier (NASA World Wind) source NASA World Wind commonly known as the Earth magnifier, NASA (USA) National Aeronautics and Space Agency director, Earthview similar 3D bird's-eye view of the tools, but now more authority completely free. Through this process the 3D engine, so you can see the Earth from outer space in any one corner.
Platform: | Size: 7418880 | Author: 余伟 | Hits:

[Search Enginelucene-1.4.3-src

Description: 最流行的开源搜索引擎lucene源代码 是学习搜索引擎不错的参考项目-most popular open source Lucene search engine source code is learning good search engine information items
Platform: | Size: 986112 | Author: 杜昭翼 | Hits:

[Game Enginedxframework-engine-0.9.3

Description: 非常好的一套基于dx的引擎框架 并有测试例子-a very good dx based on the framework and engine test case
Platform: | Size: 544768 | Author: yuzw | Hits:

[Search Enginelucene-1.4.3

Description: java实现的一个搜索引擎。只有检索引和查询功能,没有爬虫。是学习搜索引擎开发的好例子。-achieve a search engine. Only search and query primers, no reptiles. Learning is the development of the search engine are good examples.
Platform: | Size: 1143808 | Author: 张志 | Hits:

[Speech/Voice recognition/combinejulius-3.4.tar

Description: julius是日本京都大学和一家日本公司开发的大词汇量语音识别引擎。在有语音模型的情况下,它能较好的应用于日语、汉语的语音识别。-julius Kyoto University in Japan and a Japanese company developed a large vocabulary speech recognition engine. In a voice of the model, that it is better for Japanese, Chinese language speech recognition.
Platform: | Size: 694272 | Author: cliburn | Hits:

[VC/MFCAPress-Introduction_to_3D_Game_Engine_Design_Using

Description: 介绍用directX9开发3D游戏引擎的好书-directX9 introduced with the development of 3D games engine books
Platform: | Size: 3292160 | Author: snowwin | Hits:

[Search EngineSearchEngineOptimization

Description: 这是一本讲搜索引擎不错的书籍,有想编辑自己的搜索引擎的朋友可以看看。-This is a good search engine stresses the books, to edit its own search engine you can look at.
Platform: | Size: 104448 | Author: curly | Hits:

[Game EngineTerrainEngineSrcV0.3

Description: ParaEngine游戏引擎地形引擎(Terrain Engine)源代码(转自SourceForge)。-ParaEngine game engine terrain engine (Terrain Engine) source code (Reproduced from the SourceForge).
Platform: | Size: 105472 | Author: 赵杰伊 | Hits:

[Game Engineirrlicht-1.3

Description: 这是一个很重要的开源3d引擎,设计简单 容易上手,同时也有许多预处理的函数-This is a very important revenue 3d engine design is simple and easy to get started, and it is also a function of many pretreatment
Platform: | Size: 16473088 | Author: 王海 | Hits:

[Software EngineeringA.F.T.Engine

Description: 一个aft引擎,传世的服务端,测试基本可以用-An aft engine, handed down the service client to test the basic can be used
Platform: | Size: 1562624 | Author: dge533efde | Hits:

[Linux-Unixlame-3.90.3

Description: LAME uses the MPGLIB decoding engine, from the MPG123 package, written by: Michael Hipp (www.mpg123.de) MPGLIB is released under the GPL.
Platform: | Size: 363520 | Author: lin | Hits:

[JSP/Javajbossrules-3.0.5-src

Description: jboss规则引擎, jboss规则引擎-JBoss rules engine, jboss rules engine
Platform: | Size: 24386560 | Author: hejunyu | Hits:

[Search Enginelucene-2.3.0

Description: apache的开源搜索引擎框架,可以用其中的类包轻松建立文档索引程序-apache open source search engine framework, in which the class can easily create a document package index procedure
Platform: | Size: 11566080 | Author: guanguan | Hits:

[Search Enginelucene-2.3.2-src

Description: lucene-2.3.2-src 一个开源的搜索引擎代码-lucene-2.3.2-src an open source search engine code
Platform: | Size: 5297152 | Author: spank | Hits:

[AI-NN-PRcarrot2-demo-webapp-2.1.3

Description: 聚类网站carrot2的聚类源代码,该网站属于国际公认的聚类搜索引擎-Cluster site carrot2 Cluster source code, the site belongs to the internationally recognized clustering search engine
Platform: | Size: 11044864 | Author: chehao | Hits:

[Game Engine彩虹3引擎说明书v1110

Description: 本说明书针对的是有传世版本编写经验的读者,目的是提供最新最全的彩虹引擎的命令及功能索引,方便开发基于彩虹引擎的传世版本。请善读本说明书以及彩虹引擎更新日志,这是你学习或写版本时不可缺的事情!(Rainbow 3 engine instructions)
Platform: | Size: 7954432 | Author: tigerkk123 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net